home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / forall.zip / README.TXT < prev   
Text File  |  1993-05-01  |  2KB  |  44 lines

  1. ForAll - a DOS utility for executing a command on a group of files.
  2.  
  3. This is a small utility program which simplifies operations on multiple
  4. files.  In combination with the DOS 'dir' command, it can be a very 
  5. powerful tool for automating repetitive tasks.  For example, let's say
  6. you want to delete all the '.obj' files your favorite compiler has left
  7. lying around.  The DOS command line 'dir /s/b *.obj > objfiles.lst' will
  8. create a file called 'objfiles.lst', which has a brief listing, recursed
  9. through all subdirectories under the current directory, of all the object
  10. files.  You can then 'type' this file, and if it doesn't have anything
  11. you want to keep, just say 'FORALL OBJFILES.LST DEL' and this utility
  12. will call the DOS delete command on the named files.  
  13.  
  14. The same concept applies to any situation where a program has to be 
  15. called for multiple files.  'FORALL TEXTFILE.LST UNIX2DOS' would call
  16. the unix-to-dos filter program on a list of text files.  
  17. 'FORALL PRJLIST BC/M' calls the Borland compiler to make a group of 
  18. project files.  'FORALL SRCFILES PRINT' will send a list of source
  19. files to the printer.  You get the idea.
  20.  
  21.  
  22. This program is NOT free software; prolonged usage beyond a reasonable
  23. trial period, without registering, is prohibited.
  24.  
  25. This program is distributed in the hope that it will be useful,
  26. but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  28.  
  29. You may freely redistribute this program to your favorite friends
  30. and bulletin boards; however you must include this file with the 
  31. executable program.  
  32.  
  33.  
  34. To register, send $5 to 
  35.  
  36. mail address:   Kevin Kelley
  37.         1204 Alban Ct  2B
  38.         Frederick, MD, 21701
  39.  
  40.  
  41. Please report any bug/fix, modification, suggestion to
  42.  
  43. e-mail address: kelley@merlin.hood.edu         (Internet)
  44.